Release 10.1A: OpenEdge Development:
Java Open Clients
Preparing and passing ProDataSets as ProDataGraph parameters
Table 5–2 shows how the components of a Progress 4GL ProDataSet map to a ProDataGraph and its supporting objects.
Table 5–2: 4GL ProDataSet mappings to Java ProDataGraph Progress 4GL component Java object ProDataSet (static or dynamic)ProDataGraphcontaining a schema-matchingProDataGraphMetaDataobject Temp-table (static or dynamic)ProDataObjectlist supported by a schema-matchingProDataObjectMetaDataobject Buffer (temp-table row) Any correspondingProDataObject Before-table The original property values derived from aProDataObjectlist in theProDataGraphreturned by theProChangeSummary.getChanges()1 FieldPropertyobject in aProDataObject Data-relationProDataRelationMetaData Any primary or unique indexProDataRelationMetaData Any non-unique index Not mapped
1To return values for a before-table, you get a table (ProDataObjectlist) from a changes-onlyProDataGraphand return the list of original property values for eachDataObjectdataObjusingProChangeSummary.getOldValues(dataObj).
For more information on the Progress 4GL ProDataSet, see OpenEdge Development: ProDataSets . The following sections describe the features for passing ProDataGraph parameters.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |